body{
    background: #26292c;
    color: #ffffff;
}
a{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*===BEGIN: BANNER===*/
.vnt-banner{
    overflow: hidden;
    position: relative;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
}
.vnt-banner .banner_img{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.vnt-banner.nosupport .banner_img{
    display: block;
}
.vnt-banner .banner_text_trust{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 200px;
    line-height: 200px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
}
.vnt-banner:after{
    /*pointer-events: none;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    /*background: rgba(0,0,0,0.2);*/
}
#banner_video_youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#banner_video_mp4{
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap_video{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/banner_img.jpg") no-repeat 50% 50% / cover ;
}
.wrap_video .loadding_video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 25px 10px;
    color: #ffffff;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.wrap_video.finish .loadding_video{
    opacity: 0;
}
.wrap_video .loadding_video .fa{
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}
.wrap_video .loadding_video .loadding-text{
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
}
.wrap_video .loadding_video:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 3px solid transparent;
    border-color: transparent #ffffff transparent #ffffff;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#banner_video_mp4 video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-ms-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@media (min-aspect-ratio: 16/9) {
    #banner_video_mp4 video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #banner_video_mp4 video {
        width: auto;
        height: 100%;
    }
}
.transition_delay{
    -webkit-transition-delay: 5s;
    -mo-ztransition-delay: 5s;
    transition-delay: 5s;
}
.vnt-banner.nosupport .transition_delay{
    -webkit-transition-delay: 0s;
    -mo-ztransition-delay: 0s;
    transition-delay: 0s;
}
#wrap-slogan-2{
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding: 20px 0;
}
#wrap-slogan-2:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 340px;
    /*background: -moz-linear-gradient(top,rgba(0, 0, 0,0) 0,rgba(0, 0, 0,0.4) 45%);*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0, 0, 0,0)),color-stop(45%,rgba(0, 0, 0,0.4)));*/
    /*background: -webkit-linear-gradient(top,rgba(0, 0, 0,0) 0,rgba(0, 0, 0,0.4) 45%);*/
    /*background: -ms-linear-gradient(top,rgba(0, 0, 0,0) 0,rgba(0, 0, 0,0.4) 45%);*/
    /*background: linear-gradient(to bottom,rgba(0, 0, 0,0) 0,rgba(0, 0, 0,0.4) 45%);*/
    /*background: url(../images/mask_service.png) repeat-x;*/
}
#slogan-text-2{
    max-width: 470px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: rgba(0,0,0,0.6);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#slogan-text-2 .text1{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
#slogan-text-2 .text2{
    font-size: 25px;
    line-height: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#slogan-text-2 .text2:after{
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 100px;
    margin-left: -50px;
    height: 1px;
    background: #fb7224;
}
#slogan-text-2 .text3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    letter-spacing: -1px;
}
/*===END: BANNER===*/
.title-main{
    margin-bottom: 30px;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    padding-bottom: 20px;
    position: relative;
}
.title-main:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200px;
    height: 1px;
    background: #999999;
    margin-top: 1px;
}
.title-main .counter{
    font-weight: bold;
    color: #bcd02f;
}
.title-main:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    background: #cccccc;
}
.title-main h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
/*===BEGIN: SERVICE===*/
.vnt-service {
    background: #1b1d1f;
    position: relative;
}
.vnt-service .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-service .grid .col{
    width: 50%;
    margin-right: 1px;
}
.vnt-service .grid1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-service .grid1 .col1{
    width: 50%;
    margin-right: 1px;
}
.service{
    position: relative;
}
.service .img{
    position: relative;
    overflow: hidden;
}
.service .img:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.service:hover .img:before{
    background: rgba(0,0,0,0.25);
}
.service.v1 .img{
    padding-top: 90.277777%;
}
.service.v2 .img{
    padding-top: 180.555555%;
}
.service.v3 .img{
    padding-top: 90%;
}
.service .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service:hover .img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.service .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
    pointer-events: none;
}
.service.v1 .caption{
    padding: 35px 40px;
    font-size: 40px;
    line-height: 55px;
}
.service.v2 .caption{
    padding: 30px;
    font-size: 22px;
    line-height: 34px;
}
.service.v3 .caption{
    padding: 30px;
    font-size: 22px;
    line-height: 34px;
}
/*===END: SERVICE===*/
/*===BEGIN: ABOUT===*/
.vnt-about{
    border-bottom: solid 1px rgba(0,0,0,0.75);
    background: #1b1d1f;
    -webkit-perspective: 1800px;
    perspective: 1800px;
}
.vnt-about .wrapper{
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}
.vnt-about .txt{
    text-align: right;
    margin-bottom: 25px;
}
.vnt-about .txt p{
    padding: 0;
}
.vnt-about .txt .t1{
    font-size: 30px;
    line-height: 40px;
    color:#b3d351;
}
.vnt-about .txt .t2{
    font-size: 30px;
    line-height: 40px;
    color:#999999;
}
.vnt-about .txt .t2 span{
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
}
.vnt-about .content {
    border: solid 2px #b3d351;
    padding: 25px 30px;
    padding-bottom: 40px;
    margin-right: -100px;
    position: relative;
    z-index: 1;
    background: rgba(27, 29, 31, 0.85);
}
.vnt-about .content ul li{
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.vnt-about .content ul li:last-child{
    margin-bottom: 0;
}
.vnt-about .content ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color:#b3d351;
}
.vnt-about .content .link {
    position: absolute;
    background: #1b1d1f;
    bottom: -36px;
    right: 50px;
    padding: 15px;
}
.vnt-about .content .link a{
    display: block;
    background: #b3d351;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 10px;
    border-radius: 5px;
    border:solid 2px #b3d351;
}
.vnt-about .content .link a:hover{
    background:#1b1d1f;
    color:#b3d351;
}
.vnt-about .img{
    margin-bottom: 20px;
}
.vnt-about .text .t1{
    font-size: 20px;
    line-height: 30px;
    color:#ffffff;
    padding-right: 60px;
    text-align: right;
    margin-bottom: 10px;
}
.vnt-about .text .t1 span{
    font-size: 50px;
    line-height: 60px;
    color:#b3d351;
    font-family: 'Dancing Script';
}
.vnt-about .text .t2{
    font-size: 30px;
    line-height: 40px;
    color:#999999;
    text-align: right;
}
.vnt-about .text .t2 span{
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
}
/*===END: ABOUT===*/
/*===BEGIN: CAT===*/
.vnt-cat{
    background: #1b1d1f;
}
.vnt-cat .wrapper{
    width: 100%;
}
.vnt-cat .caption .t1{
    font-size: 20px;
    line-height: 30px;
    color:#ffffff;
    margin-bottom: 5px;
}
.vnt-cat .caption .t2{
    font-size: 35px;
    line-height: 45px;
    color:#b3d351;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    position: relative;
}
.vnt-cat .caption .t2:before{
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: solid 3px #cccccc;
    bottom: -2px;
    left: 0;
}
.vnt-cat .caption .des{
    font-size: 16px;
    line-height: 24px;
    color:#999999;
    text-align: justify;
    margin-bottom: 15px;
}
.vnt-cat .caption .link a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: solid 1px rgba(255,255,255,0.2);
    padding: 10px 37px;
    border-radius: 5px;
    text-transform: uppercase;
}
.vnt-cat .caption .link a:hover{
    border-color: #fb7224;
    background: #fb7224;
}
.cate{
    padding-top: 81.481481%;
    position: relative;
    overflow: hidden;
    background: #26292c;
    margin-bottom: 30px;
}
.cate:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-top: solid 5px #fb7224;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cate:hover:before{
    right: 0;
}
.cate .caption{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
}
.cate .img{
    height: 65px;
    margin-bottom: 20px;
    text-align: center;
}
.cate .img img{
    height: 100%;
}
.cate .tend{
    font-size: 16px;
    line-height: 24px;
    color:#cccccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 48px;
    overflow: hidden;
    text-align: center;
}
.cate .icon {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
}
.cate:hover .tend{
    color:#ffffff;
}
.cate .link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*===END: CAT===*/
/*===BEGIN: GALLERY===*/
.vnt-gallery{
    background: #26292c;
}
.vnt-gallery .wrapper{
    width: 100%;
}
.vnt-gallery .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-gallery .galleryWrap{
    position: relative;
}
.vnt-gallery .title {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
    margin-bottom: 15px;
}
.vnt-gallery .title .t1{
    color:#fa6e1c;
    text-transform: uppercase;
    font-weight: bold;
}
.vnt-gallery .title .t2{
    color:#b3d351;
}
.vnt-gallery .title .tf{
    font-family: 'Dancing Script';
}
#slideGallery{
    max-width: 870px;
    padding-left: 100px;
}
#slideGallery .slick-dots{
    width:initial;
    position: absolute;
    left:60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#slideGallery .slick-dots li{
    display: inline-block;
    margin: 5px 0;
}
#slideGallery .slick-dots li button{
    width:10px;
    height:10px;
    background: transparent;
    border-radius: 100%;
    font-size: 0;
    padding:0;
    border:solid 2px #666666;
}
#slideGallery .slick-dots li button:before{
    display: none;
}
#slideGallery .slick-dots li.slick-active button{
    background: #666666;
    border-color: #666666;
}
.news{
    background: #1b1d1f;
    padding: 20px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .img:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    font-size: 16px;
    line-height: 24px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
}
.news .date{
    color:#b3d351;
}
#vnt-slide-home .slick-arrow{
    width:20px;
    height:30px;
    background: none;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slidesNews{
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 370px;
}
#slidesNews:before {
    content: "/";
    position: absolute;
    color: #414141;
    top: -42px;
    right: 24px;
    font-size: 24px;
    line-height: 24px;
}
#slidesNews .slick-arrow{
    width:20px;
    height:20px;
    background: none;
    border:none;
    position: absolute;
    top: -30px;
    right: 0;
    left:initial;
    font-size: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#666666;
}
#slidesNews .slick-prev{
    margin-right: 40px;
}
#slidesNews .slick-next{
}
#slidesNews .slick-arrow:after{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    line-height: 28px;
}
#slidesNews .slick-prev:after{
    content: "\f060";
}
#slidesNews .slick-next:after{
    content: "\f061";
}
#slidesNews .slick-arrow:hover{
    color:#ffffff;
}
/*===END: GALLERY===*/
/*===BEGIN: DEALER===*/
.vnt-dealer{
    padding: 70px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.vnt-dealer:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.9);
    z-index: 1;
}.vnt-dealer:after{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     content: '';
     background: rgba(255,255,255,0.15);
     z-index: 1;
 }
.vnt-dealer .wrapper{
    position: relative;
    z-index: 2;
}
.vnt-dealer .div_paralax{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.vnt-dealer .bg_dealer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-dealer.jpg) repeat 50% 50%;
    -webkit-animation: scrool_bg 20s linear infinite;
    -moz-animation: scrool_bg 20s linear infinite;
    animation: scrool_bg 20s linear infinite;
    pointer-events: none;
}
.flex_full{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex_full .center_flex{
    align-self: center;
    width: 100%;
}
.desc-dealer{
    text-align: center;
    max-width: 960px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 25px;
}
#slider_partner{
    padding: 0 60px;
    margin-bottom: 40px;
}
#slider_partner .w_item{
    margin: 30px 15px;
    float: left;
}
#slider_partner .item{
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    max-width: 120px;
    margin: 0 auto;
}
#slider_partner .item img{
    width: 100%;
}
#slider_partner .slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
}
#slider_partner .slick-prev{
    left: 20px;
}
#slider_partner .slick-next{
    right: 20px;
}
#slider_partner .slick-arrow:hover{
    color: #fb7224;
}
#slider_partner .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: fontawesome;
    font-size: 40px;
    line-height: 30px;
}
#slider_partner .slick-prev:after{
    content: '\f104';
}
#slider_partner .slick-next:after{
    content: '\f105';
}
.link_more{
    text-align: center;
}
.link_more a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 19px;
    border: 1px solid #8f9194;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link_more a:hover{
    border-color: #fb7224;
    background: #fb7224;
}
@-webkit-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position: 50% 430px;
    }
}
@-moz-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position:50% 430px;
    }
}
@-webkit-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position:50% 430px;
    }
}
/*===END: DEALER===*/
/*==========================================================*/
/*==================RESPONSIVE==============================*/
/*==========================================================*/
@media screen and (max-height: 700px) {
    #slider_gallery .item{
        width: 400px;
    }
}
@media screen and (max-height: 550px){
    #slider_gallery .item{
        width: 300px;
    }
}
@media screen and (max-height: 479px) {
    #slider_gallery .item{
        width: 200px;
    }
}
@media screen and (max-width:1170px){
    .vnt-about .text .t1{
        font-size: 18px;
        line-height: 26px;
    }
    .desc-dealer{
        max-width: 768px;
    }
    .vnt-cat .caption .t2{
        font-size: 32px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1024px){
    #slider_partner{
        padding: 0 30px;
    }
    #slider_partner .slick-prev{
        left: 0;
    }
    #slider_partner .slick-next{
        right: 0;
    }
    #slider-service .w_item{
        width: 400px;
    }
    #slider-service .w_item.i_small{
        width: 200px;
    }
    .vnt-banner .banner_text_trust{
        font-size: 100px;
        line-height: 100px;
    }
    #banner_video_youtube{
        display: none;
    }
    .vnt-banner .banner_img img{
        width: 100%;
    }
    #banner_video_mp4{
        top: 65px;
    }
    .vnt-banner .banner_img{
        display: block;
    }
    .vnt-banner #banner_video_mp4{
        display: none;
    }

    .service.v1 .caption{
        padding: 25px 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .service.v2 .caption,
    .service.v3 .caption{
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .vnt-about{
        padding: 90px 0 120px;
    }

    .vnt-cat .row>.col-lg-3{
        margin-bottom: 30px;
    }

    .vnt-gallery{
        padding: 45px 0 50px;
    }
    .vnt-gallery .title{
        font-size: 30px;
        line-height: 40px;
    }

    .vnt-about .txt .t1,
    .vnt-about .txt .t2{
        font-size: 20px;
        line-height: 30px;
    }
    .vnt-about .text .t1{
        padding-right: 0;
    }
    .vnt-about .text .t1 span {
        font-size: 30px;
        line-height: 40px;
    }
    .vnt-about .text .t2 {
        font-size: 22px;
        line-height: 30px;
    }
    .vnt-about .content{
        padding: 15px 20px;
    }
    .vnt-about .content .link{
        padding: 5px;
    }
    .cate .caption{
        width: 80%;
    }

}
@media screen and (max-width: 1024px) and (orientation: portrait){
    .vnt-banner{
        height: auto !important;
        padding-top: 58.333333%;
    }
    #banner_video_mp4{
        bottom: auto;
    }
    .wrap_video{
        height: auto;
        padding-top: 58.333333%;
    }
}
@media screen and (max-width: 991px){
    .about-style .as_image{
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding-top: 66.666667%;
    }
    .about-style .as_text{
        width: 100%;
        min-height: 0;
        padding: 30px 15px;
    }
    .about-style.style_2 .as_text{
        padding: 30px 15px;
    }
    .about-style{
        padding: 0;
        min-height: 0;
    }
    .title-main{
        font-size: 25px;
        line-height: 35px;
    }

    .trust_size{
        font-size: 20px;
        line-height: 25px;
    }
    .text-slogan{
        font-size: 16px;
        line-height: 25px;
    }
    .style_text{
        font-size: 18px;
        line-height: 30px;
    }
    .about_content{
        font-size: 16px;
        line-height: 25px;
    }
    .vnt-about .content ul li{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-about .txt{
        margin-bottom: 15px;
    }
    .vnt-about .img{
        text-align: center;
    }
    #slideGallery{
        padding-left: 30px;
        max-width: initial;
        margin-bottom: 95px;
    }
    #slideGallery .slick-dots{
        left: 0;
    }
    #slidesNews{
        position: relative;
        width: 100%;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        top:initial;
        right:initial;
    }
    #slidesNews .slick-list{
        margin: 0 -10px;
    }
    #slidesNews .item{
        padding: 0 10px;
    }
    .flex_full{
        min-height: 0 !important;
    }
    #slidesNews:before{
        display: none;
    }
    .vnt-cat .caption .des{
        text-align: center;
    }
    .vnt-cat .caption .t2:before{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .vnt-cat{
        padding: 50px 0 60px;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .style_text{
        color: transparent;
        font-size: 0;
        line-height: 0;
    }
    .style_text span{
        display: block;
        font-size: 18px;
        line-height: 30px;
    }
    #slider-service .w_item{
        width: 290px;
    }
    #slider-service .w_item.i_small{
        width: 145px;
    }
    .vnt-banner .banner_text_trust{
        font-size: 50px;
        line-height: 50px;
    }
    #slogan-text .text1{
        font-size: 25px;
        line-height: 30px;
    }
    #slogan-text .text2{
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #slogan-text .text3{
        font-size: 45px;
        line-height: 55px;
    }
    .vnt-about .row>*[class^="col-"]{
        width: 100%;
    }
    .vnt-about .content{
        margin-right: 0;
        margin-bottom: 65px;
        padding: 20px 15px;
    }
}
@media screen and (max-width: 639px){
    #slogan-text-2{
        max-width: 100%;
    }
    #slogan-text-2 .text1 {
        font-size: 30px;
        line-height: 35px;
    }
    #slogan-text-2 .text2 {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #slogan-text-2 .text3 {
        font-size: 32px;
        line-height: 42px;
    }
    .vnt-about .text .t1{
        font-size: 16px;
        line-height: 24px;
        padding-right: 45px;
    }
    .vnt-about .text .t1 span{
        font-size: 40px;
        line-height: 50px;
    }
    .vnt-about .text .t2{
        font-size: 22px;
        line-height: 30px;
    }
    #slideGallery{
        margin-bottom: 75px;
    }
    .vnt-service .grid{
        display: block;
    }
    .vnt-service .grid .col{
        width: 100%;
        margin-right: 0;
    }
    #slidesNews:before{
        display: block;
    }
    .cate .img{
        height: 45px;
        margin-bottom: 10px;
    }
    .cate .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-cat .row.fg{
        margin-left: -5px;
        margin-right: -5px;
    }
    .vnt-cat .row.fg  *[class^="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .cate{
        margin-bottom: 10px;
    }
    .vnt-about{
        padding: 50px 0 35px;
    }
    .vnt-cat,
    .vnt-gallery{
        padding: 35px 0 25px;
    }
    .vnt-banner{
        padding-top: 0;
        padding-bottom: 15px;
    }
    .vnt-banner .banner_img{
        position: initial;
        padding-top: 58.333333%;
    }
    #wrap-slogan-2 {
        position: relative;
        left: initial;
        right: initial;
        padding: 0;
        margin: 0 15px;
        margin-top: -25px;
        pointer-events: auto;
        padding-bottom: 20px;
        padding:0;
        padding-bottom: 15px;
    }
    #slogan-text-2{
        padding: 50px 0 20px;
    }
}
@media screen and (max-width: 479px){
    .vnt-about .text .t1{
        font-size: 14px;
        line-height: 22px;
        padding-right: 35px;
    }
    .vnt-about .text .t1 span{
        font-size: 30px;
        line-height: 40px;
    }
    .vnt-about .text .t2{
        font-size: 18px;
        line-height: 26px;
    }
    .vnt-gallery .title{
        font-size: 22px;
        line-height: 30px;
    }
    .news .tend a{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .title-main {
        font-size: 18px;
        line-height: 26px;
    }
    .desc-dealer{
        font-size: 16px;
        line-height: 24px;
    }
    .cate .tend {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
}
@media screen and (max-width: 374px){
    .service.v1 .caption{
        padding: 25px 20px;
        font-size: 18px;
        line-height: 26px;
    }
    .service.v2 .caption,
    .service.v3 .caption{
        padding: 15px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-about .text .t1{
        font-size: 12px;
        line-height: 20px;
        padding-right: 25px;
    }
    .vnt-about .text .t1 span{
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-about .text .t2{
        font-size: 16px;
        line-height: 24px;
    }

}